{# Landing page served at /. Composed from components/landing/*. Every string comes from the project's own copier answers, so a fresh project reads as itself rather than as a template. #} {% extends "base.html" %} {% block title %}{{ project_name }}{% endblock %} {% block head_extra %} {# Open Graph — controls the preview when someone pastes the link. #} {% endblock %} {% block navbar %} {% include "components/landing/navbar.html" %} {% endblock %} {% block content %} {% include "components/landing/hero.html" %} {% include "components/landing/features.html" %} {% endblock %} {% block footer %} {% include "components/landing/footer.html" %} {% endblock %}